This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to get 7 values out of more than 2'000'000 documents ~Naomi Deskroterakol 2.Dec.03 11:17 PM a Web browser Applications Development 6.0.2 CF2Windows 2000
Try this...
Since you've got the view in the log database that shows the log items categorized by the user name, find some place in the interface (user preferences?) to put a subform in that has an embedded view. Point the view control to the new categorized view. Set the control to "show only selected category." Specify the formula as the user's name (@Name([CN]; @UserName).
Fire this up in the browser and see how it looks. What's the response time? You could do quite a lot with this style of interface.